Edit Resource: Capacity
Format
SCHED / EditResource '<ResourceName>' Capacity <CapacityType> <MinCapacity> <MaxCapacity> <InitialCapacity> <LowerLimitType> <UpperLimitType> '<CapacityUnits>'
Description
The Capacity attribute under EditResource defines the different values for the capacity of a resource when CapacityApplicable is set to 'Yes' .
Parameters
| Parameter | Description | 
|---|---|
| CapacityType | Options are either 'Resilient' or 'Consumable'. | 
| Min/Max Capacity | Positive numerical values >0. | 
| InitialCapacity | A numerical value that is in between the range of MinCapacity and MaxCapacity. | 
| Lower/Upper Limit Type | Options are either 'Hard' or 'Soft'. | 
| CapacityUnits | A string of text in single quotes of the type of unit. An empty string is allowed. | 
Examples
The resource SSR is consumable and has a maximum capacity of 100MB, with initial capacity of 100MB.
SCHED / EditResource 'SSR' Capacity Consumable 0 100 100 Hard Soft 'MBytes'